home *** CD-ROM | disk | FTP | other *** search
/ Inter.Net 55-1 / Inter.Net 55-1.iso / CBuilder / Setup / BCB / data.z / paramdlg.hpp < prev    next >
Encoding:
C/C++ Source or Header  |  1998-02-09  |  1.9 KB  |  67 lines

  1. // Borland C++ Builder
  2. // Copyright (c) 1995, 1998 by Borland International
  3. // All rights reserved
  4.  
  5. // (DO NOT EDIT: machine generated header) 'Paramdlg.pas' rev: 3.00
  6.  
  7. #ifndef ParamdlgHPP
  8. #define ParamdlgHPP
  9. #include <ExtCtrls.hpp>
  10. #include <DBTables.hpp>
  11. #include <Db.hpp>
  12. #include <Buttons.hpp>
  13. #include <StdCtrls.hpp>
  14. #include <Dialogs.hpp>
  15. #include <Forms.hpp>
  16. #include <Controls.hpp>
  17. #include <Graphics.hpp>
  18. #include <Classes.hpp>
  19. #include <Messages.hpp>
  20. #include <Windows.hpp>
  21. #include <SysUtils.hpp>
  22. #include <SysInit.hpp>
  23. #include <System.hpp>
  24.  
  25. //-- user supplied -----------------------------------------------------------
  26.  
  27. namespace Paramdlg
  28. {
  29. //-- type declarations -------------------------------------------------------
  30. class DELPHICLASS TParamDlg;
  31. class PASCALIMPLEMENTATION TParamDlg : public Forms::TForm 
  32. {
  33.     typedef Forms::TForm inherited;
  34.     
  35. __published:
  36.     Extctrls::TBevel* Bevel1;
  37.     Stdctrls::TEdit* ParamName;
  38.     Stdctrls::TLabel* Label5;
  39.     Stdctrls::TComboBox* ParamTypes;
  40.     Stdctrls::TLabel* Label6;
  41.     Stdctrls::TButton* OkBtn;
  42.     Stdctrls::TButton* CancelBtn;
  43.     Stdctrls::TButton* Help;
  44.     void __fastcall FormCreate(System::TObject* Sender);
  45.     void __fastcall HelpClick(System::TObject* Sender);
  46. public:
  47.     /* TCustomForm.Create */ __fastcall virtual TParamDlg(Classes::TComponent* AOwner) : Forms::TForm(AOwner
  48.         ) { }
  49.     /* TCustomForm.CreateNew */ __fastcall TParamDlg(Classes::TComponent* AOwner, int Dummy) : Forms::TForm(
  50.         AOwner, Dummy) { }
  51.     /* TCustomForm.Destroy */ __fastcall virtual ~TParamDlg(void) { }
  52.     
  53. public:
  54.     /* TWinControl.CreateParented */ __fastcall TParamDlg(HWND ParentWindow) : Forms::TForm(ParentWindow
  55.         ) { }
  56.     
  57. };
  58.  
  59. //-- var, const, procedure ---------------------------------------------------
  60.  
  61. }    /* namespace Paramdlg */
  62. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  63. using namespace Paramdlg;
  64. #endif
  65. //-- end unit ----------------------------------------------------------------
  66. #endif    // Paramdlg
  67.